Computer System Architecture - Central Processing Unit

1. For a pipelined CPU with a single ALU, consider the following situations
1. The j + 1st instruction uses the result of the jth instruction as an operand
2. The execution of a conditional jump instruction
3. The jth and j + 1st instructions require the ALU at the same time
Which of the above can cause a hazard ?

  • Option : D
  • Explanation : (i) j + 1st instruction uses result of the jth instruction as an operand, then read-after- write (RAW) hazard occurs. It is a part of data dependency.
    (ii) Execution of a conditional jump instruction causes a flushing so conditional dependency occurs.
    (iii) jth and j + 1st instructions require the ALU at the same time causes write-after-read (WAR) hazard.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


2. Which of the following statements about relative addressing mode is FALSE ?

  • Option : D
  • Explanation : As relative address are calculated from absolute address, So relative addressing cannot be faster than absolute addressing.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


3. Which of the following must be true for the RFE (Return from Exception) instruction on a general purpose processor.
1. It must be a trap instruction
2. It must be a privileged instruction
3. An exception can not be allowed to occur during execution of an RFE instruction.

  • Option : D
  • Explanation : For any exception, while executing RFE, no exception is alllowed (no interrupts). I t is a priveleged instruction, as soon as exception occurs RFE is called (executed).
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


4. Consider two processors P1 and P2 executing the same instruction set. Assume that under identical conditions, for the same input, a program running on P2 takes 25% less time but incurs 20% more CPI (clock cycles er instruction) as compared to the program running on P1. If the clock frequency of P1 is 1GHz, then the clock frequency of P2 (in GHz) is ...........

  • Option : A
  • Explanation : 1 cycle time for p1 = 101/1GH = 1n.s.
    Assume p1 takes 5 cycles for a program then p2 takes 20% more, means, 6 cycles.
    p2 Takes 25% less time, means, if p1 takes 5 n.s, then p2 takes 3.75 n.s.
    Assume p2 clock frequency is x GHz.
    p2 taken 6 cycles, so 6*101/xGH = 3.75, x = 1.6
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


5. Suppose the functions F and G can be computed in 5 and 3 nanoseconds by functional units UF and UG, respectively. Given two instances of UF and two instances of UG , it is required to implement the computation F(G(Xi ) for 1 ≤ i ≤ 10. Ignoring all other delays, the minimum time required to complete this computation is ............. nanoseconds.

  • Option : B
  • Explanation : There are two functional units each unit get 5 numbers of units to compute on. Suppose computation starts at time 0.
    which means G starts at 0 and F starts at 3rd second since G finishes computing first element at third second.
    Time at which F ends computing = 3 + 5 * 5 = 28
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


  • Central Processing Unit Questions can be used to give quizzes by any candidate who is preparing for UGC NET Computer Science
  • This Central Processing Unit Questions section will help you test your analytical skills in a tricky method, thereby giving you an edge over other students
  • Any student who wants to prepare for DOEACC A Level, DOEACC B Level, and DOEACC C level can also use these Objective Type Questions Answer.
  • All candidates who have to appear for the Kendriya Vidyalaya Entrance exam can also refer to this mcq section.
  • You can also get access to the Central Processing Unit MCQ ebook.
  • Central Processing Unit Questions can be used in the preparation of JRF, CSIR, and various other exams.
  • You can also download pdf for these Central Processing Unit multiple-choice questions Answers.
  • This Computer System Architecture Central Processing Unit Multiple Choice Questions Answers section can also be used for the preparation of various competitive exams like UGC NET, GATE, PSU, IES, and many more.
  • Central Processing Unit Questions can be used to gain a credit score in various undergraduate and postgraduate courses like BSc, MSc and MCA
  • Computer System Architecture Central Processing Unit Questions for UGC NET Computer Science

    Central Processing Unit MCQ

    Central Processing Unit Multiple choice questions